projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495fa05
)
(Finsert_file_contents): Use xfree.
author
Dave Love
<fx@gnu.org>
Wed, 18 Aug 1999 13:07:21 +0000
(13:07 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 18 Aug 1999 13:07:21 +0000
(13:07 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index a55e07973cce2b829ef644299fba0b0d26d17178..04c12858e4c32648fc2f878e7c7ec4a2ae3af683 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3843,7
+3843,7
@@
actually used.")
if (how_much < 0)
{
- free (conversion_buffer);
+
x
free (conversion_buffer);
if (how_much == -1)
error ("IO error reading %s: %s",
@@
-3865,7
+3865,7
@@
actually used.")
if (bufpos == inserted)
{
- free (conversion_buffer);
+
x
free (conversion_buffer);
close (fd);
specpdl_ptr--;
/* Truncate the buffer to the size of the file. */